home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / snz128s / src / locking.h < prev    next >
Text File  |  1994-04-13  |  1KB  |  46 lines

  1. /*
  2.     SNEWS 2.0
  3.     
  4.     LOCKING.H
  5.  
  6.     General Lock File decls
  7.  
  8.  
  9.     Copyright (C) 1991      Malcolm S. Muir, Sunderland, England.
  10.                           malcolm@muir.demon.co.uk
  11.  
  12.     This program is free software; you can redistribute it and/or modify
  13.     it under the terms of the GNU General Public License, version 1, as
  14.     published by the Free Software Foundation.
  15.  
  16.     This program is distributed in the hope that it will be useful,
  17.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  18.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  19.     GNU General Public License for more details.
  20.  
  21.     See the file COPYING, which contains a copy of the GNU General
  22.     Public License.
  23.  
  24.  */
  25.  
  26. /*---------------------------- Source Control ------------------------------*/
  27.  
  28. /*
  29.  * $Id: LOCKING.H,v 1.2 1994/02/05 18:44:34 gbj Exp user $
  30.  */
  31.  
  32. /****************************************************************************
  33. *   01 Jun 93   1.1    MSM  Header added                                    *
  34. *                           Snews 2.0                                       *
  35. ****************************************************************************/
  36.  
  37. /*----------------------------- prototypes ---------------------------------*/
  38.  
  39. /*
  40.  * declarations for locking in snews
  41.  */
  42.  
  43. int              mlock(char*,char*,char*);
  44. int              rmlock(char*,char*,char*);
  45.  
  46.